home *** CD-ROM | disk | FTP | other *** search
Makefile | 2001-02-25 | 272 b | 12 lines |
- ## Process this with automake to create Makefile.in
-
- AUTOMAKE_OPTIONS = foreign
-
- SUBDIRS = ogg
-
- docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-
- doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png
-
- EXTRA_DIST = $(doc_DATA)
-